﻿2026-06-21T07:19:07.2625903Z ##[group]Run actions/checkout@v5
2026-06-21T07:19:07.2626664Z with:
2026-06-21T07:19:07.2627045Z   repository: SaberMage/spt-core
2026-06-21T07:19:07.2630237Z   token: ***
2026-06-21T07:19:07.2630604Z   ssh-strict: true
2026-06-21T07:19:07.2630971Z   ssh-user: git
2026-06-21T07:19:07.2631351Z   persist-credentials: true
2026-06-21T07:19:07.2631741Z   clean: true
2026-06-21T07:19:07.2632112Z   sparse-checkout-cone-mode: true
2026-06-21T07:19:07.2632541Z   fetch-depth: 1
2026-06-21T07:19:07.2632903Z   fetch-tags: false
2026-06-21T07:19:07.2633286Z   show-progress: true
2026-06-21T07:19:07.2633766Z   lfs: false
2026-06-21T07:19:07.2634118Z   submodules: false
2026-06-21T07:19:07.2634505Z   set-safe-directory: true
2026-06-21T07:19:07.2635105Z ##[endgroup]
2026-06-21T07:19:07.3417923Z Syncing repository: SaberMage/spt-core
2026-06-21T07:19:07.3419480Z ##[group]Getting Git version info
2026-06-21T07:19:07.3420119Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T07:19:07.3421069Z [command]/usr/bin/git version
2026-06-21T07:19:07.3421485Z git version 2.43.0
2026-06-21T07:19:07.3428762Z ##[endgroup]
2026-06-21T07:19:07.3440057Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bd15ef10-1786-4ae5-b8cf-630ec93390ec' before making global git config changes
2026-06-21T07:19:07.3441230Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T07:19:07.3443405Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T07:19:07.3474399Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T07:19:07.3491110Z https://github.com/SaberMage/spt-core
2026-06-21T07:19:07.3500740Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T07:19:07.3503170Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T07:19:07.3521323Z HEAD
2026-06-21T07:19:07.3548188Z ##[endgroup]
2026-06-21T07:19:07.3549288Z [command]/usr/bin/git submodule status
2026-06-21T07:19:07.3736294Z ##[group]Cleaning the repository
2026-06-21T07:19:07.3739610Z [command]/usr/bin/git clean -ffdx
2026-06-21T07:19:08.8631382Z Removing target/
2026-06-21T07:19:08.8644615Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T07:19:08.8777644Z HEAD is now at 18416fd8a ci+test: --no-fail-fast both phases; robust spawn_env poll; Unix-only wedge pacing (doyle RUN#1 batch)
2026-06-21T07:19:08.8783941Z ##[endgroup]
2026-06-21T07:19:08.8785448Z ##[group]Disabling automatic garbage collection
2026-06-21T07:19:08.8789183Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T07:19:08.8817007Z ##[endgroup]
2026-06-21T07:19:08.8818392Z ##[group]Setting up auth
2026-06-21T07:19:08.8822518Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T07:19:08.8849958Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T07:19:08.9043327Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T07:19:08.9070681Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T07:19:08.9256299Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T07:19:08.9285295Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T07:19:08.9467793Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T07:19:08.9497995Z ##[endgroup]
2026-06-21T07:19:08.9499596Z ##[group]Fetching the repository
2026-06-21T07:19:08.9505025Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f:refs/remotes/pull/27/merge
2026-06-21T07:19:09.4033081Z From https://github.com/SaberMage/spt-core
2026-06-21T07:19:09.4034590Z  * [new ref]             62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f -> pull/27/merge
2026-06-21T07:19:09.4053105Z ##[endgroup]
2026-06-21T07:19:09.4053600Z ##[group]Determining the checkout info
2026-06-21T07:19:09.4055387Z ##[endgroup]
2026-06-21T07:19:09.4060050Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T07:19:09.4101152Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T07:19:09.4124096Z ##[group]Checking out the ref
2026-06-21T07:19:09.4133056Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T07:19:09.4217079Z Previous HEAD position was 18416fd8a ci+test: --no-fail-fast both phases; robust spawn_env poll; Unix-only wedge pacing (doyle RUN#1 batch)
2026-06-21T07:19:09.4219462Z HEAD is now at 62ed01167 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T07:19:09.4225321Z ##[endgroup]
2026-06-21T07:19:09.4260393Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T07:19:09.4282566Z 62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f
